﻿2026-07-22T17:16:02.7685541Z ##[group]Run actions/checkout@v5
2026-07-22T17:16:02.7686112Z with:
2026-07-22T17:16:02.7686407Z   repository: BigscreenVR/spt-bs-core
2026-07-22T17:16:02.7688913Z   token: ***
2026-07-22T17:16:02.7689204Z   ssh-strict: true
2026-07-22T17:16:02.7689494Z   ssh-user: git
2026-07-22T17:16:02.7689817Z   persist-credentials: true
2026-07-22T17:16:02.7690136Z   clean: true
2026-07-22T17:16:02.7690419Z   sparse-checkout-cone-mode: true
2026-07-22T17:16:02.7690793Z   fetch-depth: 1
2026-07-22T17:16:02.7691074Z   fetch-tags: false
2026-07-22T17:16:02.7691536Z   show-progress: true
2026-07-22T17:16:02.7691837Z   lfs: false
2026-07-22T17:16:02.7692109Z   submodules: false
2026-07-22T17:16:02.7692408Z   set-safe-directory: true
2026-07-22T17:16:02.7692734Z   allow-unsafe-pr-checkout: false
2026-07-22T17:16:02.7693068Z env:
2026-07-22T17:16:02.7693362Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T17:16:02.7693727Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T17:16:02.7694056Z ##[endgroup]
2026-07-22T17:16:02.9428258Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T17:16:02.9429839Z ##[group]Getting Git version info
2026-07-22T17:16:02.9430464Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T17:16:02.9691692Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T17:16:02.9918774Z git version 2.43.0.windows.1
2026-07-22T17:16:02.9942857Z ##[endgroup]
2026-07-22T17:16:02.9950088Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f04c212d-b314-4d96-9148-aaa9cb39c9a8\.gitconfig'
2026-07-22T17:16:02.9963719Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f04c212d-b314-4d96-9148-aaa9cb39c9a8' before making global git config changes
2026-07-22T17:16:02.9964674Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:16:02.9968642Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T17:16:03.0219515Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T17:16:03.0429974Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:16:03.0453409Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T17:16:03.0457460Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T17:16:03.0672992Z refs/heads/main
2026-07-22T17:16:03.0694807Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-22T17:16:03.1231692Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T17:16:03.1513709Z ##[endgroup]
2026-07-22T17:16:03.1517283Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T17:16:03.6451584Z ##[group]Cleaning the repository
2026-07-22T17:16:03.6455781Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T17:16:10.1683141Z Removing target/
2026-07-22T17:16:10.1715028Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T17:16:10.2489432Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T17:16:10.2511001Z ##[endgroup]
2026-07-22T17:16:10.2515331Z ##[group]Disabling automatic garbage collection
2026-07-22T17:16:10.2520631Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T17:16:10.2775653Z ##[endgroup]
2026-07-22T17:16:10.2776077Z ##[group]Setting up auth
2026-07-22T17:16:10.2781981Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:16:10.3028439Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T17:16:10.9088083Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:16:10.9340214Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T17:16:11.5429088Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:16:11.5667244Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T17:16:12.1654145Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T17:16:12.2010715Z ##[endgroup]
2026-07-22T17:16:12.2017536Z ##[group]Fetching the repository
2026-07-22T17:16:12.2018252Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6:refs/remotes/pull/60/merge
2026-07-22T17:16:12.9650905Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:16:12.9651411Z  * [new ref]           a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6 -> pull/60/merge
2026-07-22T17:16:12.9782299Z ##[endgroup]
2026-07-22T17:16:12.9782669Z ##[group]Determining the checkout info
2026-07-22T17:16:12.9783799Z ##[endgroup]
2026-07-22T17:16:12.9788923Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T17:16:13.0070965Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T17:16:13.0302966Z ##[group]Checking out the ref
2026-07-22T17:16:13.0307266Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/60/merge
2026-07-22T17:16:13.1167840Z Previous HEAD position was db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T17:16:13.1169171Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:16:13.1189186Z ##[endgroup]
2026-07-22T17:16:13.1445939Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T17:16:13.1666885Z a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6
